In this project, I am trying to implement SPA software with vanilla JavaScript. my goal for making this project was to improve my coding skills in Javascript. I plan to develop this project over time and implement complex Front End features with JavaScript only
- Implementation of a structure similar to component base packages
- SPA (there is no problem with refresh)
- Global state's
- Re rendering pages, when change in state's
- Use browser history to return to previous path
npm run start