AbderrSfa / todo-list

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

โœ… Todo List

This is a simple and elegant website for you to store your tasks and todos in. Enjoy.

๐Ÿ”Œ Backend

The backend uses next.js. The data is kept in a .JSON file.

๐Ÿ–ผ Frontend

The frontend was made using next.js and react, and styled with tailwindCSS.

โš™๏ธ Usage

There is a Makefile in the root directory.

  • Run make to install all npm packages for the frontend and backend.
  • Go to the api folder and run node index.jsto start the backend.
  • Then, in a different terminal, go to the src folder and run npm run start to start the next.js frontend.

You can access the app on localhost:3000

ezgif com-gif-maker

About


Languages

Language:TypeScript 82.2%Language:Makefile 7.1%Language:CSS 5.5%Language:JavaScript 5.2%