This web app is developed to make your notes easily accessible without stealing your data!!
Next.js |
TypeScript |
Draft.js |
Husky |
Eslint |
Prettier |
To get a local copy up and running follow these simple steps.
Before installation, please make sure you have already installed the following tools:
-
Fork the project. Click on the fork icon in the top right to get started
-
Clone the project, you can use the following command:
git clone https://github.com/<your-github-username>/todoclient
-
Navigate to the project directory
cd todoclient
. Install dependencies with yarn install
in both client and server folder
yarn install