Simple note taking app developed to primarily be exposed to and learn about TypeScript and Bootstrap. Users can create/delete notes as well as change color of the note itself. Form validation in place for texts and Netlify was used for app deployment.
Clone the repository to your local machine using the terminal:
$ git clone git@github.com:steven94le/react-typescript-noteapp.git
- Navigate to the client folder
cd client
- Install the required packages
yarn install
- Once that's done you can start the server with
yarn start
This will run the app in development mode. Open http://localhost:3000 to view it in the browser! The page will reload if you make changes.
- TypeScript Handbook
- React Bootstrap
- Netlify Deployment
Frontend:
- JavaScript, React, Typescript, Bootstrap
- Steven Le (GitHub: @steven94le)