diff --git a/project-app/README.md b/project-app/README.md deleted file mode 100644 index 0075640..0000000 --- a/project-app/README.md +++ /dev/null @@ -1,100 +0,0 @@ -# Project Clean-up - -This is the final project app we created while attending the School Of Code (25 April - 16 August 2022). - -Project Clean-Up is an app that allows people to create litter cleanup events or join other peoples. - -Once you fill out the "start a clean" form, your event marker will be populated on the map and other users will be able to join in. - -We chose this app idea as we are all aware of the pollution crisis the world is facing and we wanted to be pro-active about addressing this. - -## Authors (aka, Team Environment Variables) - -- [Emma Gill](https://github.com/SurfingElectron) -- [Amira Gucher-Blackman](https://github.com/amiragucher) -- [Blake Lawrence](https://github.com/BlakeLawrence) -- [Edgaras Markunas](https://github.com/EdMark11) -- [Simran Rai](https://github.com/srai98i) -- [Jena Zubaydi](https://github.com/jena-84) - -## App Features - -- Maps -- Weather Widget -- Add a cleanup (Populates a custom marker with your cleanup details to the main map) -- Join a cleanup (allows you to join someones cleanup) -- Fully responsive for mobile phones - -## APIs Used - -- Open Weather map (for weather widget) : https://openweathermap.org/api -- Leaflet Maps (React) : https://react-leaflet.js.org/ - -## Installation 💻 - -Clone the front end repository to your computer: - -```bash - https://github.com/SchoolOfCode/environment_variables_frontend -``` - -Install the dependancies with the following command: - -```bash - npm install -``` - -## Environment Variables - -To run this project, you will need to add the following environment variables to your .env file - -`NEXT_PUBLIC_WEATHER_KEY= ` - -`NEXT_PUBLIC_DATABASE_URL= ` - -Depending on what platforms you use, you'll need to include your Auth0 variables accordingly - -## Tech stack - -- Next Js -- Tailwind -- Formik -- Auth0 - -## Testing - -- Cypress (end to end tests) -- Jest (unit tests) - -To test (create description and instructions once testing complete) - -```bash - -``` - -## Color Reference - -| Color | Hex | -| ----------- | ------- | -| Main Green | #004f54 | -| Main Orange | #FF9505 | - -## Challenges we faced - -- Using Next Js, Tailwind and Formik for the first time - -## Overcoming our challenges - -Although it was a learning curve to introduce new technologies to our final project, it was something that was important to us as a team as we wanted to push ourselves a little and learn some of the technology that is hot in the industry at the moment. - -Furthermore, School of Code has equippped us with the skills to confidently read documentation and safely navigate our way through error messages and bug issues. - -## What we took from this experience - -Apart from learning new technology and re-enforcing our existing coding knowledge, the main thing we focused on and learnt during this final project was how success can be obtained through team-work. - -Success to us not only meant having a good app, but more importantly, getting through the month wihtout any confrontation, making sure everyone was on the same page at all times (as to not be left behind) and just having an all-round enjoyable experience together...which is what we feel we have achieved. - -Furthermore, working in an Agile environment and taking on an iterative approach to our project through user feedback and revision was an invaluable experience for us and will surely put us all in good stead for when we take on our first positions as developers. - -Given more time, there are alot more features and functionality we would implement, but we worked hard at all times and we are very pleased with the end-result. diff --git a/project-app/components/Forms/StartClean.jsx b/project-app/components/Forms/StartClean.jsx index d13b5bb..9975e20 100644 --- a/project-app/components/Forms/StartClean.jsx +++ b/project-app/components/Forms/StartClean.jsx @@ -273,7 +273,8 @@ const StartCleanForm = () => { {/* text */}

- Your clean-up has been added to the map + Your clean-up has been added to the map. After the + event, please log the stats of your clean on our page.

diff --git a/project-app/components/Stats/Stats.jsx b/project-app/components/Stats/Stats.jsx index 8026750..47b1690 100644 --- a/project-app/components/Stats/Stats.jsx +++ b/project-app/components/Stats/Stats.jsx @@ -40,7 +40,7 @@ export default function Stats() {