Here are my projects created for Frontend development assignments. They containt 3 ToDo apps created in React, Angular and Svelte and a page created using HTML, CSS, Tailwind and JS.
THis repository cointains 4 projects. 3 todo apps in 3 diffrent frameworks(Svelte, React, Angular) and a website recreated using TailwindCSS.
cd recreated_page
To run the project navigate to recreated_page folder and using web server run the page.
cd todo_angular
npm install
node server.js
With this steps user navigates to angular todo app, installs all required dependencies and runs the angular and express.js app.
cd todo_react
cd server
npm install
npm run start
With this steps user navigates to react todo app backend, installs all required dependencies and runs the express.js app.
cd todo_react
cd client
npm install
npm run start
With this steps user navigates to react todo app frontend, installs all required dependencies and runs the react.js app.
cd todo_svelte
cd server
npm install
npm run start
With this steps user navigates to svelte todo app backend, installs all required dependencies and runs the express.js app.
cd todo_svelte
cd client
npm install
npm run start
With this steps user navigates to svelte todo app frontend, installs all required dependencies and runs the svelte app.
Projects here use JS, TailwindCSS, Svelte, React, Angular and Express.js with MongoDB.
User needs to install node.js.
In order to develop the projects except for the previous steps described above user needs to setup a local MongoDB instance.
Project uses local MongoDB.
Project is using MIT license.