Neuhaus93 / TodoASP

A simple Todoist clone to study some fundamentals of React Native + a Backend solution
0 stars 0 forks source link

TodoASP - React Native

This is a React Native project that is a clone of the popular to-do list app Todoist. The app allows users to create, edit, and delete tasks, as well as mark them as complete or incomplete.

Goals

This project is meant for studying and practicing mobile development. It will be improved in small steps.

Milestones

Getting Started

To get started with the project, clone this repository to your local machine:

git clone https://github.com/Neuhaus93/TodoASP.git

Then, navigate to the project directory and install the necessary dependencies:

cd TodoASP
npm install

Finally, start the project with:

npm run start

This will start the development server and open the Expo client in your browser. You can then use the Expo client to run the app on your iOS or Android device, or in a simulator.

Features

The Todoist clone has the following features:

Technologies Used

The project was built with:

Contributing

Contributions to the project are welcome. To contribute, fork the repository and create a new branch for your changes:

git checkout -b my-new-feature

Then, make your changes and commit them with a descriptive message:

git commit -m "Add some feature"

Finally, push your changes to your fork and create a pull request.

License

This project is licensed under the MIT License.