/todo-app

Primary LanguageJavaScriptMIT LicenseMIT

Todo App

 

Todo App

Github top language Github language count Repository size License


About   |   Features   |   Technologies   |   Requirements   |   Starting   |   License   |   Author


🎯 About

This project is a simple todo list using local storage and react native.

✨ Features

✔️ Create a new todo
✔️ Mark a todo as done
✔️ Delete a todo

🚀 Technologies

The following tools were used in this project:

✅ Requirements

Before starting 🏁, you need to have Git and Node installed.

🏁 Starting

# Clone this project
$ git clone https://github.com/Raxuis/todo-app

# Access
$ cd todo-app

# Install the dependencies
$ npm install

# Run the project
$ npm run dev

# The server will initialize in the <http://localhost:3000>

📝 License

This project is under license from MIT. For more details, see the LICENSE file.

Made with ❤️ by Raphaël

 

Back to top